Html Css Color HEX #651326 Pohutukawa

📋 copy color: '#651326'

red 101 ◦ green 19 ◦ blue 38

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

Shades of Pohutukawa #651326

Tints of Pohutukawa #651326

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.03%

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

R = 63.92%
G = 12.03%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.60

RGB Variations

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

Color information

#651326 (or 0x651326) is known color: Pohutukawa. HEX triplet: 65, 13 and 26. RGB value is (101,19,38). Sum of RGB (Red+Green+Blue) = 101+19+38=158 (20% of max value = 765). Red value is 101 (39.84% from 255 or 63.92% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 38 (15.23% from 255 or 24.05% from 158); Max value from RGB is 101 - color contains mainly: red. Hex color #651326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651326 is #9AECD9. Grayscale: #2D2D2D. Windows color (decimal): -10153178 or 2495333. OLE color: 2495333.

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

Color convert

RGB 101 19 38 -
CMYK 0 0.81 0.62 0.60
HSL 346.1º 0.68% 0.24% -
HSV(B) 346.1º 0.81% 0.4% -
XYZ 5.95 3.37 2.17 -
YUV 45.68 123.67 167.46 -
System Red Green Blue C M Y K H S L
Decimal 101 19 38 0 0.81 0.62 0.60 346.1 0.68 0.24
Hex 65 13 26 0 51 3E 3C 15A 44 18
Octal 145 23 46 0 121 76 74 532 104 30
Binary 1100101 10011 100110 0 1010001 111110 111100 101011010 1000100 11000

Color Harmonies of #651326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651326

Black with #651326

Text Example


Text Example

White with #651326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651326; }

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

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

background-color css

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

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

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

border-color css

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

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

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