Html Css Color HEX #631225 Pohutukawa

📋 copy color: '#631225'

red 99 ◦ green 18 ◦ blue 37

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

Shades of Pohutukawa #631225

Tints of Pohutukawa #631225

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.69%

 BLUE value IS 37 (14.84% from 255) = 24.03%

R = 64.29%
G = 11.69%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.61

RGB Variations

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

Color information

#631225 (or 0x631225) is known color: Pohutukawa. HEX triplet: 63, 12 and 25. RGB value is (99,18,37). Sum of RGB (Red+Green+Blue) = 99+18+37=154 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.29% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 99 - color contains mainly: red. Hex color #631225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631225 is #9CEDDA. Grayscale: #2C2C2C. Windows color (decimal): -10284507 or 2429539. OLE color: 2429539.

HSL color Cylindrical-coordinate representation of color #631225: hue angle of 345.93º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #631225 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 18 37 -
CMYK 0 0.82 0.63 0.61
HSL 345.93º 0.69% 0.23% -
HSV(B) 345.93º 0.82% 0.39% -
XYZ 5.7 3.22 2.07 -
YUV 44.39 123.84 166.96 -
System Red Green Blue C M Y K H S L
Decimal 99 18 37 0 0.82 0.63 0.61 345.93 0.69 0.23
Hex 63 12 25 0 52 3F 3D 15A 45 17
Octal 143 22 45 0 122 77 75 532 105 27
Binary 1100011 10010 100101 0 1010010 111111 111101 101011010 1000101 10111

Color Harmonies of #631225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631225

Black with #631225

Text Example


Text Example

White with #631225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631225; }

 p { color: rgb(99,18,37); }

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

background-color css

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

 a { background-color: rgb(99,18,37); }

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

border-color css

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

 span { border-color: rgb(99,18,37); }

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