Html Css Color HEX #631928 Pohutukawa

📋 copy color: '#631928'

red 99 ◦ green 25 ◦ blue 40

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

Shades of Pohutukawa #631928

Tints of Pohutukawa #631928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.24%

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

R = 60.37%
G = 15.24%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#631928 (or 0x631928) is known color: Pohutukawa. HEX triplet: 63, 19 and 28. RGB value is (99,25,40). Sum of RGB (Red+Green+Blue) = 99+25+40=164 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.37% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 99 - color contains mainly: red. Hex color #631928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631928 is #9CE6D7. Grayscale: #303030. Windows color (decimal): -10282712 or 2627939. OLE color: 2627939.

HSL color Cylindrical-coordinate representation of color #631928: hue angle of 347.84º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #631928 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 25 40 -
CMYK 0 0.75 0.60 0.61
HSL 347.84º 0.6% 0.24% -
HSV(B) 347.84º 0.75% 0.39% -
XYZ 5.88 3.5 2.37 -
YUV 48.84 123.02 163.78 -
System Red Green Blue C M Y K H S L
Decimal 99 25 40 0 0.75 0.60 0.61 347.84 0.6 0.24
Hex 63 19 28 0 4B 3C 3D 15C 3C 18
Octal 143 31 50 0 113 74 75 534 74 30
Binary 1100011 11001 101000 0 1001011 111100 111101 101011100 111100 11000

Color Harmonies of #631928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631928

Black with #631928

Text Example


Text Example

White with #631928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631928; }

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

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

background-color css

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

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

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

border-color css

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

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

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