Html Css Color HEX #650F1D Pohutukawa

📋 copy color: '#650F1D'

red 101 ◦ green 15 ◦ blue 29

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

Shades of Pohutukawa #650F1D

Tints of Pohutukawa #650F1D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.34%

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

R = 69.66%
G = 10.34%
B = 20%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.60

RGB Variations

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

Color information

#650F1D (or 0x650F1D) is known color: Pohutukawa. HEX triplet: 65, 0F and 1D. RGB value is (101,15,29). Sum of RGB (Red+Green+Blue) = 101+15+29=145 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.66% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 101 - color contains mainly: red. Hex color #650F1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650F1D is #9AF0E2. Grayscale: #2A2A2A. Windows color (decimal): -10154211 or 1904485. OLE color: 1904485.

HSL color Cylindrical-coordinate representation of color #650F1D: hue angle of 350.23º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #650F1D is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 15 29 -
CMYK 0 0.85 0.71 0.60
HSL 350.23º 0.74% 0.23% -
HSV(B) 350.23º 0.85% 0.4% -
XYZ 5.76 3.2 1.48 -
YUV 42.31 120.49 169.86 -
System Red Green Blue C M Y K H S L
Decimal 101 15 29 0 0.85 0.71 0.60 350.23 0.74 0.23
Hex 65 F 1D 0 55 47 3C 15E 4A 17
Octal 145 17 35 0 125 107 74 536 112 27
Binary 1100101 1111 11101 0 1010101 1000111 111100 101011110 1001010 10111

Color Harmonies of #650F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650F1D

Black with #650F1D

Text Example


Text Example

White with #650F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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