Html Css Color HEX #631226 Pohutukawa

📋 copy color: '#631226'

red 99 ◦ green 18 ◦ blue 38

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

Shades of Pohutukawa #631226

Tints of Pohutukawa #631226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.52%

R = 63.87%
G = 11.61%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.61

RGB Variations

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

Color information

#631226 (or 0x631226) is known color: Pohutukawa. HEX triplet: 63, 12 and 26. RGB value is (99,18,38). Sum of RGB (Red+Green+Blue) = 99+18+38=155 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.87% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 99 - color contains mainly: red. Hex color #631226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631226 is #9CEDD9. Grayscale: #2C2C2C. Windows color (decimal): -10284506 or 2495075. OLE color: 2495075.

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

Color convert

RGB 99 18 38 -
CMYK 0 0.82 0.62 0.61
HSL 345.19º 0.69% 0.23% -
HSV(B) 345.19º 0.82% 0.39% -
XYZ 5.71 3.23 2.16 -
YUV 44.5 124.34 166.87 -
System Red Green Blue C M Y K H S L
Decimal 99 18 38 0 0.82 0.62 0.61 345.19 0.69 0.23
Hex 63 12 26 0 52 3E 3D 159 45 17
Octal 143 22 46 0 122 76 75 531 105 27
Binary 1100011 10010 100110 0 1010010 111110 111101 101011001 1000101 10111

Color Harmonies of #631226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631226

Black with #631226

Text Example


Text Example

White with #631226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631226; }

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

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

background-color css

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

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

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

border-color css

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

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

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