Html Css Color HEX #651018 Pohutukawa

📋 copy color: '#651018'

red 101 ◦ green 16 ◦ blue 24

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

Shades of Pohutukawa #651018

Tints of Pohutukawa #651018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.35%

 BLUE value IS 24 (9.77% from 255) = 17.02%

R = 71.63%
G = 11.35%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.60

RGB Variations

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

Color information

#651018 (or 0x651018) is known color: Pohutukawa. HEX triplet: 65, 10 and 18. RGB value is (101,16,24). Sum of RGB (Red+Green+Blue) = 101+16+24=141 (18% of max value = 765). Red value is 101 (39.84% from 255 or 71.63% from 141); Green value is 16 (6.64% from 255 or 11.35% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 101 - color contains mainly: red. Hex color #651018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651018 is #9AEFE7. Grayscale: #2A2A2A. Windows color (decimal): -10153960 or 1577061. OLE color: 1577061.

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

Color convert

RGB 101 16 24 -
CMYK 0 0.84 0.76 0.60
HSL 354.35º 0.73% 0.23% -
HSV(B) 354.35º 0.84% 0.4% -
XYZ 5.72 3.2 1.18 -
YUV 42.33 117.66 169.85 -
System Red Green Blue C M Y K H S L
Decimal 101 16 24 0 0.84 0.76 0.60 354.35 0.73 0.23
Hex 65 10 18 0 54 4C 3C 162 49 17
Octal 145 20 30 0 124 114 74 542 111 27
Binary 1100101 10000 11000 0 1010100 1001100 111100 101100010 1001001 10111

Color Harmonies of #651018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651018

Black with #651018

Text Example


Text Example

White with #651018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651018; }

 p { color: rgb(101,16,24); }

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

background-color css

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

 a { background-color: rgb(101,16,24); }

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

border-color css

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

 span { border-color: rgb(101,16,24); }

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