Html Css Color HEX #630424 Pohutukawa

📋 copy color: '#630424'

red 99 ◦ green 4 ◦ blue 36

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

Shades of Pohutukawa #630424

Tints of Pohutukawa #630424

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.88%

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

R = 71.22%
G = 2.88%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.61

RGB Variations

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

Color information

#630424 (or 0x630424) is known color: Pohutukawa. HEX triplet: 63, 04 and 24. RGB value is (99,4,36). Sum of RGB (Red+Green+Blue) = 99+4+36=139 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.22% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 99 - color contains mainly: red. Hex color #630424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630424 is #9CFBDB. Grayscale: #242424. Windows color (decimal): -10288092 or 2360419. OLE color: 2360419.

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

Color convert

RGB 99 4 36 -
CMYK 0 0.96 0.64 0.61
HSL 339.79º 0.92% 0.2% -
HSV(B) 339.79º 0.96% 0.39% -
XYZ 5.51 2.87 1.93 -
YUV 36.05 127.97 172.9 -
System Red Green Blue C M Y K H S L
Decimal 99 4 36 0 0.96 0.64 0.61 339.79 0.92 0.2
Hex 63 4 24 0 60 40 3D 154 5C 14
Octal 143 4 44 0 140 100 75 524 134 24
Binary 1100011 100 100100 0 1100000 1000000 111101 101010100 1011100 10100

Color Harmonies of #630424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630424

Black with #630424

Text Example


Text Example

White with #630424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630424; }

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

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

background-color css

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

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

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

border-color css

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

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

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