Html Css Color HEX #632128 Pohutukawa

📋 copy color: '#632128'

red 99 ◦ green 33 ◦ blue 40

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

Shades of Pohutukawa #632128

Tints of Pohutukawa #632128

RGB

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

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

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

R = 57.56%
G = 19.19%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#632128 (or 0x632128) is known color: Pohutukawa. HEX triplet: 63, 21 and 28. RGB value is (99,33,40). Sum of RGB (Red+Green+Blue) = 99+33+40=172 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.56% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 99 - color contains mainly: red. Hex color #632128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632128 is #9CDED7. Grayscale: #353535. Windows color (decimal): -10280664 or 2629987. OLE color: 2629987.

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

Color convert

RGB 99 33 40 -
CMYK 0 0.67 0.60 0.61
HSL 353.64º 0.5% 0.26% -
HSV(B) 353.64º 0.67% 0.39% -
XYZ 6.07 3.89 2.44 -
YUV 53.53 120.37 160.43 -
System Red Green Blue C M Y K H S L
Decimal 99 33 40 0 0.67 0.60 0.61 353.64 0.5 0.26
Hex 63 21 28 0 43 3C 3D 162 32 1A
Octal 143 41 50 0 103 74 75 542 62 32
Binary 1100011 100001 101000 0 1000011 111100 111101 101100010 110010 11010

Color Harmonies of #632128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632128

Black with #632128

Text Example


Text Example

White with #632128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632128; }

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

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

background-color css

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

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

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

border-color css

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

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

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