Html Css Color HEX #650D12 Pohutukawa

📋 copy color: '#650D12'

red 101 ◦ green 13 ◦ blue 18

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

Shades of Pohutukawa #650D12

Tints of Pohutukawa #650D12

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.85%

 BLUE value IS 18 (7.42% from 255) = 13.64%

R = 76.52%
G = 9.85%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#650D12 (or 0x650D12) is known color: Pohutukawa. HEX triplet: 65, 0D and 12. RGB value is (101,13,18). Sum of RGB (Red+Green+Blue) = 101+13+18=132 (17% of max value = 765). Red value is 101 (39.84% from 255 or 76.52% from 132); Green value is 13 (5.47% from 255 or 9.85% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 101 - color contains mainly: red. Hex color #650D12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650D12 is #9AF2ED. Grayscale: #272727. Windows color (decimal): -10154734 or 1183077. OLE color: 1183077.

HSL color Cylindrical-coordinate representation of color #650D12: hue angle of 356.59º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #650D12 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 13 18 -
CMYK 0 0.87 0.82 0.60
HSL 356.59º 0.77% 0.22% -
HSV(B) 356.59º 0.87% 0.4% -
XYZ 5.62 3.1 0.87 -
YUV 39.88 115.65 171.59 -
System Red Green Blue C M Y K H S L
Decimal 101 13 18 0 0.87 0.82 0.60 356.59 0.77 0.22
Hex 65 D 12 0 57 52 3C 165 4D 16
Octal 145 15 22 0 127 122 74 545 115 26
Binary 1100101 1101 10010 0 1010111 1010010 111100 101100101 1001101 10110

Color Harmonies of #650D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650D12

Black with #650D12

Text Example


Text Example

White with #650D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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