Html Css Color HEX #632124 Pohutukawa

📋 copy color: '#632124'

red 99 ◦ green 33 ◦ blue 36

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

Shades of Pohutukawa #632124

Tints of Pohutukawa #632124

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.64%

 BLUE value IS 36 (14.45% from 255) = 21.43%

R = 58.93%
G = 19.64%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.61

RGB Variations

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

Color information

#632124 (or 0x632124) is known color: Pohutukawa. HEX triplet: 63, 21 and 24. RGB value is (99,33,36). Sum of RGB (Red+Green+Blue) = 99+33+36=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 36 (14.45% from 255 or 21.43% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #632124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632124 is #9CDEDB. Grayscale: #353535. Windows color (decimal): -10280668 or 2367843. OLE color: 2367843.

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

Color convert

RGB 99 33 36 -
CMYK 0 0.67 0.64 0.61
HSL 357.27º 0.5% 0.26% -
HSV(B) 357.27º 0.67% 0.39% -
XYZ 6.01 3.87 2.1 -
YUV 53.08 118.37 160.76 -
System Red Green Blue C M Y K H S L
Decimal 99 33 36 0 0.67 0.64 0.61 357.27 0.5 0.26
Hex 63 21 24 0 43 40 3D 165 32 1A
Octal 143 41 44 0 103 100 75 545 62 32
Binary 1100011 100001 100100 0 1000011 1000000 111101 101100101 110010 11010

Color Harmonies of #632124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632124

Black with #632124

Text Example


Text Example

White with #632124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632124; }

 p { color: rgb(99,33,36); }

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

background-color css

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

 a { background-color: rgb(99,33,36); }

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

border-color css

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

 span { border-color: rgb(99,33,36); }

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