Html Css Color HEX #632028 Pohutukawa

📋 copy color: '#632028'

red 99 ◦ green 32 ◦ blue 40

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

Shades of Pohutukawa #632028

Tints of Pohutukawa #632028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 23.39%

R = 57.89%
G = 18.71%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#632028 (or 0x632028) is known color: Pohutukawa. HEX triplet: 63, 20 and 28. RGB value is (99,32,40). Sum of RGB (Red+Green+Blue) = 99+32+40=171 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.89% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 99 - color contains mainly: red. Hex color #632028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632028 is #9CDFD7. Grayscale: #343434. Windows color (decimal): -10280920 or 2629731. OLE color: 2629731.

HSL color Cylindrical-coordinate representation of color #632028: hue angle of 352.84º 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 #632028 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 32 40 -
CMYK 0 0.68 0.60 0.61
HSL 352.84º 0.51% 0.26% -
HSV(B) 352.84º 0.68% 0.39% -
XYZ 6.05 3.84 2.43 -
YUV 52.95 120.7 160.85 -
System Red Green Blue C M Y K H S L
Decimal 99 32 40 0 0.68 0.60 0.61 352.84 0.51 0.26
Hex 63 20 28 0 44 3C 3D 161 33 1A
Octal 143 40 50 0 104 74 75 541 63 32
Binary 1100011 100000 101000 0 1000100 111100 111101 101100001 110011 11010

Color Harmonies of #632028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632028

Black with #632028

Text Example


Text Example

White with #632028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632028; }

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

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

background-color css

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

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

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

border-color css

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

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

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