Html Css Color HEX #650C1D Pohutukawa

📋 copy color: '#650C1D'

red 101 ◦ green 12 ◦ blue 29

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

Shades of Pohutukawa #650C1D

Tints of Pohutukawa #650C1D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.45%

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

R = 71.13%
G = 8.45%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.60

RGB Variations

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

Color information

#650C1D (or 0x650C1D) is known color: Pohutukawa. HEX triplet: 65, 0C and 1D. RGB value is (101,12,29). Sum of RGB (Red+Green+Blue) = 101+12+29=142 (18% of max value = 765). Red value is 101 (39.84% from 255 or 71.13% from 142); Green value is 12 (5.08% from 255 or 8.45% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 101 - color contains mainly: red. Hex color #650C1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650C1D is #9AF3E2. Grayscale: #282828. Windows color (decimal): -10154979 or 1903717. OLE color: 1903717.

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

Color convert

RGB 101 12 29 -
CMYK 0 0.88 0.71 0.60
HSL 348.54º 0.79% 0.22% -
HSV(B) 348.54º 0.88% 0.4% -
XYZ 5.72 3.12 1.46 -
YUV 40.55 121.49 171.12 -
System Red Green Blue C M Y K H S L
Decimal 101 12 29 0 0.88 0.71 0.60 348.54 0.79 0.22
Hex 65 C 1D 0 58 47 3C 15D 4F 16
Octal 145 14 35 0 130 107 74 535 117 26
Binary 1100101 1100 11101 0 1011000 1000111 111100 101011101 1001111 10110

Color Harmonies of #650C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650C1D

Black with #650C1D

Text Example


Text Example

White with #650C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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