Html Css Color HEX #651926 Pohutukawa

📋 copy color: '#651926'

red 101 ◦ green 25 ◦ blue 38

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

Shades of Pohutukawa #651926

Tints of Pohutukawa #651926

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.24%

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

R = 61.59%
G = 15.24%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.60

RGB Variations

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

Color information

#651926 (or 0x651926) is known color: Pohutukawa. HEX triplet: 65, 19 and 26. RGB value is (101,25,38). Sum of RGB (Red+Green+Blue) = 101+25+38=164 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.59% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 38 (15.23% from 255 or 23.17% from 164); Max value from RGB is 101 - color contains mainly: red. Hex color #651926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651926 is #9AE6D9. Grayscale: #313131. Windows color (decimal): -10151642 or 2496869. OLE color: 2496869.

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

Color convert

RGB 101 25 38 -
CMYK 0 0.75 0.62 0.60
HSL 349.74º 0.6% 0.25% -
HSV(B) 349.74º 0.75% 0.4% -
XYZ 6.06 3.6 2.21 -
YUV 49.21 121.68 164.94 -
System Red Green Blue C M Y K H S L
Decimal 101 25 38 0 0.75 0.62 0.60 349.74 0.6 0.25
Hex 65 19 26 0 4B 3E 3C 15E 3C 19
Octal 145 31 46 0 113 76 74 536 74 31
Binary 1100101 11001 100110 0 1001011 111110 111100 101011110 111100 11001

Color Harmonies of #651926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651926

Black with #651926

Text Example


Text Example

White with #651926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651926; }

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

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

background-color css

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

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

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

border-color css

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

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

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