Html Css Color HEX #651A1D Pohutukawa

📋 copy color: '#651A1D'

red 101 ◦ green 26 ◦ blue 29

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

Shades of Pohutukawa #651A1D

Tints of Pohutukawa #651A1D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.67%

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

R = 64.74%
G = 16.67%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.60

RGB Variations

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

Color information

#651A1D (or 0x651A1D) is known color: Pohutukawa. HEX triplet: 65, 1A and 1D. RGB value is (101,26,29). Sum of RGB (Red+Green+Blue) = 101+26+29=156 (20% of max value = 765). Red value is 101 (39.84% from 255 or 64.74% from 156); Green value is 26 (10.55% from 255 or 16.67% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 101 - color contains mainly: red. Hex color #651A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651A1D is #9AE5E2. Grayscale: #303030. Windows color (decimal): -10151395 or 1907301. OLE color: 1907301.

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

Color convert

RGB 101 26 29 -
CMYK 0 0.74 0.71 0.60
HSL 357.6º 0.59% 0.25% -
HSV(B) 357.6º 0.74% 0.4% -
XYZ 5.96 3.59 1.54 -
YUV 48.77 116.85 165.26 -
System Red Green Blue C M Y K H S L
Decimal 101 26 29 0 0.74 0.71 0.60 357.6 0.59 0.25
Hex 65 1A 1D 0 4A 47 3C 166 3B 19
Octal 145 32 35 0 112 107 74 546 73 31
Binary 1100101 11010 11101 0 1001010 1000111 111100 101100110 111011 11001

Color Harmonies of #651A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651A1D

Black with #651A1D

Text Example


Text Example

White with #651A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651A1D; }

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

 H1.HeaderClassName
 {
   color: #651A1D;
 }
 .AnyTagClassName
 {
   color: #651A1D;
 }
</style>

background-color css

<style>
 a { background-color: #651A1D; }

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

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

border-color css

<style>
 span { border-color: #651A1D; }

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

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