Html Css Color HEX #632027 Pohutukawa

📋 copy color: '#632027'

red 99 ◦ green 32 ◦ blue 39

#632027
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #632027

Tints of Pohutukawa #632027

RGB

 RED value IS 99 (39.06% from 255) = 58.24%

 GREEN value IS 32 (12.89% from 255) = 18.82%

 BLUE value IS 39 (15.63% from 255) = 22.94%

R = 58.24%
G = 18.82%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.61

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#632027 (or 0x632027) is known color: Pohutukawa. HEX triplet: 63, 20 and 27. RGB value is (99,32,39). Sum of RGB (Red+Green+Blue) = 99+32+39=170 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.24% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 39 (15.62% from 255 or 22.94% from 170); Max value from RGB is 99 - color contains mainly: red. Hex color #632027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632027 is #9CDFD8. Grayscale: #343434. Windows color (decimal): -10280921 or 2564195. OLE color: 2564195.

HSL color Cylindrical-coordinate representation of color #632027: hue angle of 353.73º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #632027 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 32 39 -
CMYK 0 0.68 0.61 0.61
HSL 353.73º 0.51% 0.26% -
HSV(B) 353.73º 0.68% 0.39% -
XYZ 6.03 3.83 2.34 -
YUV 52.83 120.2 160.93 -
System Red Green Blue C M Y K H S L
Decimal 99 32 39 0 0.68 0.61 0.61 353.73 0.51 0.26
Hex 63 20 27 0 44 3D 3D 162 33 1A
Octal 143 40 47 0 104 75 75 542 63 32
Binary 1100011 100000 100111 0 1000100 111101 111101 101100010 110011 11010

Color Harmonies of #632027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632027

Black with #632027

Text Example


Text Example

White with #632027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632027; }

 p { color: rgb(99,32,39); }

 H1.HeaderClassName
 {
   color: #632027;
 }
 .AnyTagClassName
 {
   color: #632027;
 }
</style>

background-color css

<style>
 a { background-color: #632027; }

 a { background-color: rgb(99,32,39); }

 div.DivClassName
 {
   background-color: #632027;
 }
 .BgClassName
 {
   background-color: #632027;
 }
</style>

border-color css

<style>
 span { border-color: #632027; }

 span { border-color: rgb(99,32,39); }

 td.TdClassName
 {
   border-color: #632027;
 }
 .TagClassName
 {
   border-color: #632027;
 }
</style>