Html Css Color HEX #650D24 Pohutukawa

📋 copy color: '#650D24'

red 101 ◦ green 13 ◦ blue 36

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

Shades of Pohutukawa #650D24

Tints of Pohutukawa #650D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 24%

R = 67.33%
G = 8.67%
B = 24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.60

RGB Variations

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

Color information

#650D24 (or 0x650D24) is known color: Pohutukawa. HEX triplet: 65, 0D and 24. RGB value is (101,13,36). Sum of RGB (Red+Green+Blue) = 101+13+36=150 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.33% from 150); Green value is 13 (5.47% from 255 or 8.67% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 101 - color contains mainly: red. Hex color #650D24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650D24 is #9AF2DB. Grayscale: #292929. Windows color (decimal): -10154716 or 2362725. OLE color: 2362725.

HSL color Cylindrical-coordinate representation of color #650D24: hue angle of 344.32º 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 #650D24 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 13 36 -
CMYK 0 0.87 0.64 0.60
HSL 344.32º 0.77% 0.22% -
HSV(B) 344.32º 0.87% 0.4% -
XYZ 5.83 3.18 1.98 -
YUV 41.93 124.65 170.13 -
System Red Green Blue C M Y K H S L
Decimal 101 13 36 0 0.87 0.64 0.60 344.32 0.77 0.22
Hex 65 D 24 0 57 40 3C 158 4D 16
Octal 145 15 44 0 127 100 74 530 115 26
Binary 1100101 1101 100100 0 1010111 1000000 111100 101011000 1001101 10110

Color Harmonies of #650D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650D24

Black with #650D24

Text Example


Text Example

White with #650D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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