Html Css Color HEX #630924 Pohutukawa

📋 copy color: '#630924'

red 99 ◦ green 9 ◦ blue 36

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

Shades of Pohutukawa #630924

Tints of Pohutukawa #630924

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.25%

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

R = 68.75%
G = 6.25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.61

RGB Variations

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

Color information

#630924 (or 0x630924) is known color: Pohutukawa. HEX triplet: 63, 09 and 24. RGB value is (99,9,36). Sum of RGB (Red+Green+Blue) = 99+9+36=144 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.75% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 36 (14.45% from 255 or 25% from 144); Max value from RGB is 99 - color contains mainly: red. Hex color #630924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630924 is #9CF6DB. Grayscale: #262626. Windows color (decimal): -10286812 or 2361699. OLE color: 2361699.

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

Color convert

RGB 99 9 36 -
CMYK 0 0.91 0.64 0.61
HSL 342º 0.83% 0.21% -
HSV(B) 342º 0.91% 0.39% -
XYZ 5.56 2.98 1.95 -
YUV 38.99 126.32 170.8 -
System Red Green Blue C M Y K H S L
Decimal 99 9 36 0 0.91 0.64 0.61 342 0.83 0.21
Hex 63 9 24 0 5B 40 3D 156 53 15
Octal 143 11 44 0 133 100 75 526 123 25
Binary 1100011 1001 100100 0 1011011 1000000 111101 101010110 1010011 10101

Color Harmonies of #630924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630924

Black with #630924

Text Example


Text Example

White with #630924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630924; }

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

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

background-color css

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

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

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

border-color css

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

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

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