Html Css Color HEX #651417 Pohutukawa

📋 copy color: '#651417'

red 101 ◦ green 20 ◦ blue 23

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

Shades of Pohutukawa #651417

Tints of Pohutukawa #651417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.89%

 BLUE value IS 23 (9.38% from 255) = 15.97%

R = 70.14%
G = 13.89%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#651417 (or 0x651417) is known color: Pohutukawa. HEX triplet: 65, 14 and 17. RGB value is (101,20,23). Sum of RGB (Red+Green+Blue) = 101+20+23=144 (19% of max value = 765). Red value is 101 (39.84% from 255 or 70.14% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 23 (9.38% from 255 or 15.97% from 144); Max value from RGB is 101 - color contains mainly: red. Hex color #651417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651417 is #9AEBE8. Grayscale: #2C2C2C. Windows color (decimal): -10152937 or 1512549. OLE color: 1512549.

HSL color Cylindrical-coordinate representation of color #651417: hue angle of 357.78º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #651417 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 20 23 -
CMYK 0 0.80 0.77 0.60
HSL 357.78º 0.67% 0.24% -
HSV(B) 357.78º 0.8% 0.4% -
XYZ 5.77 3.33 1.15 -
YUV 44.56 115.84 168.26 -
System Red Green Blue C M Y K H S L
Decimal 101 20 23 0 0.80 0.77 0.60 357.78 0.67 0.24
Hex 65 14 17 0 50 4D 3C 166 43 18
Octal 145 24 27 0 120 115 74 546 103 30
Binary 1100101 10100 10111 0 1010000 1001101 111100 101100110 1000011 11000

Color Harmonies of #651417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651417

Black with #651417

Text Example


Text Example

White with #651417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651417; }

 p { color: rgb(101,20,23); }

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

background-color css

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

 a { background-color: rgb(101,20,23); }

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

border-color css

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

 span { border-color: rgb(101,20,23); }

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