Html Css Color HEX #651226 Pohutukawa

📋 copy color: '#651226'

red 101 ◦ green 18 ◦ blue 38

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

Shades of Pohutukawa #651226

Tints of Pohutukawa #651226

RGB

 RED value IS 101 (39.84% from 255) = 64.33%

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

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

R = 64.33%
G = 11.46%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.60

RGB Variations

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

Color information

#651226 (or 0x651226) is known color: Pohutukawa. HEX triplet: 65, 12 and 26. RGB value is (101,18,38). Sum of RGB (Red+Green+Blue) = 101+18+38=157 (20% of max value = 765). Red value is 101 (39.84% from 255 or 64.33% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 101 - color contains mainly: red. Hex color #651226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651226 is #9AEDD9. Grayscale: #2D2D2D. Windows color (decimal): -10153434 or 2495077. OLE color: 2495077.

HSL color Cylindrical-coordinate representation of color #651226: hue angle of 345.54º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #651226 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 18 38 -
CMYK 0 0.82 0.62 0.60
HSL 345.54º 0.7% 0.23% -
HSV(B) 345.54º 0.82% 0.4% -
XYZ 5.93 3.34 2.17 -
YUV 45.1 124 167.87 -
System Red Green Blue C M Y K H S L
Decimal 101 18 38 0 0.82 0.62 0.60 345.54 0.7 0.23
Hex 65 12 26 0 52 3E 3C 15A 46 17
Octal 145 22 46 0 122 76 74 532 106 27
Binary 1100101 10010 100110 0 1010010 111110 111100 101011010 1000110 10111

Color Harmonies of #651226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651226

Black with #651226

Text Example


Text Example

White with #651226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651226; }

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

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

background-color css

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

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

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

border-color css

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

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

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