Html Css Color HEX #632127 Pohutukawa

📋 copy color: '#632127'

red 99 ◦ green 33 ◦ blue 39

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

Shades of Pohutukawa #632127

Tints of Pohutukawa #632127

RGB

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

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

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

R = 57.89%
G = 19.3%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.61

RGB Variations

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

Color information

#632127 (or 0x632127) is known color: Pohutukawa. HEX triplet: 63, 21 and 27. RGB value is (99,33,39). Sum of RGB (Red+Green+Blue) = 99+33+39=171 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.89% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 39 (15.62% from 255 or 22.81% from 171); Max value from RGB is 99 - color contains mainly: red. Hex color #632127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632127 is #9CDED8. Grayscale: #353535. Windows color (decimal): -10280665 or 2564451. OLE color: 2564451.

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

Color convert

RGB 99 33 39 -
CMYK 0 0.67 0.61 0.61
HSL 354.55º 0.5% 0.26% -
HSV(B) 354.55º 0.67% 0.39% -
XYZ 6.06 3.89 2.35 -
YUV 53.42 119.87 160.51 -
System Red Green Blue C M Y K H S L
Decimal 99 33 39 0 0.67 0.61 0.61 354.55 0.5 0.26
Hex 63 21 27 0 43 3D 3D 163 32 1A
Octal 143 41 47 0 103 75 75 543 62 32
Binary 1100011 100001 100111 0 1000011 111101 111101 101100011 110010 11010

Color Harmonies of #632127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632127

Black with #632127

Text Example


Text Example

White with #632127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632127; }

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

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

background-color css

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

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

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

border-color css

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

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

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