Html Css Color HEX #650D1D Pohutukawa

📋 copy color: '#650D1D'

red 101 ◦ green 13 ◦ blue 29

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

Shades of Pohutukawa #650D1D

Tints of Pohutukawa #650D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 20.28%

R = 70.63%
G = 9.09%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.60

RGB Variations

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

Color information

#650D1D (or 0x650D1D) is known color: Pohutukawa. HEX triplet: 65, 0D and 1D. RGB value is (101,13,29). Sum of RGB (Red+Green+Blue) = 101+13+29=143 (18% of max value = 765). Red value is 101 (39.84% from 255 or 70.63% from 143); Green value is 13 (5.47% from 255 or 9.09% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 101 - color contains mainly: red. Hex color #650D1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650D1D is #9AF2E2. Grayscale: #292929. Windows color (decimal): -10154723 or 1903973. OLE color: 1903973.

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

Color convert

RGB 101 13 29 -
CMYK 0 0.87 0.71 0.60
HSL 349.09º 0.77% 0.22% -
HSV(B) 349.09º 0.87% 0.4% -
XYZ 5.73 3.14 1.47 -
YUV 41.14 121.15 170.7 -
System Red Green Blue C M Y K H S L
Decimal 101 13 29 0 0.87 0.71 0.60 349.09 0.77 0.22
Hex 65 D 1D 0 57 47 3C 15D 4D 16
Octal 145 15 35 0 127 107 74 535 115 26
Binary 1100101 1101 11101 0 1010111 1000111 111100 101011101 1001101 10110

Color Harmonies of #650D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650D1D

Black with #650D1D

Text Example


Text Example

White with #650D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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