Html Css Color HEX #69151D Pohutukawa

📋 copy color: '#69151D'

red 105 ◦ green 21 ◦ blue 29

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

Shades of Pohutukawa #69151D

Tints of Pohutukawa #69151D

RGB

 RED value IS 105 (41.41% from 255) = 67.74%

 GREEN value IS 21 (8.59% from 255) = 13.55%

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

R = 67.74%
G = 13.55%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#69151D (or 0x69151D) is known color: Pohutukawa. HEX triplet: 69, 15 and 1D. RGB value is (105,21,29). Sum of RGB (Red+Green+Blue) = 105+21+29=155 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.74% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 105 - color contains mainly: red. Hex color #69151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69151D is #96EAE2. Grayscale: #2F2F2F. Windows color (decimal): -9890531 or 1906025. OLE color: 1906025.

HSL color Cylindrical-coordinate representation of color #69151D: hue angle of 354.29º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #69151D is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 21 29 -
CMYK 0 0.80 0.72 0.59
HSL 354.29º 0.67% 0.25% -
HSV(B) 354.29º 0.8% 0.41% -
XYZ 6.32 3.63 1.53 -
YUV 47.03 117.83 169.35 -
System Red Green Blue C M Y K H S L
Decimal 105 21 29 0 0.80 0.72 0.59 354.29 0.67 0.25
Hex 69 15 1D 0 50 48 3B 162 43 19
Octal 151 25 35 0 120 110 73 542 103 31
Binary 1101001 10101 11101 0 1010000 1001000 111011 101100010 1000011 11001

Color Harmonies of #69151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69151D

Black with #69151D

Text Example


Text Example

White with #69151D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69151D; }

 p { color: rgb(105,21,29); }

 H1.HeaderClassName
 {
   color: #69151D;
 }
 .AnyTagClassName
 {
   color: #69151D;
 }
</style>

background-color css

<style>
 a { background-color: #69151D; }

 a { background-color: rgb(105,21,29); }

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

border-color css

<style>
 span { border-color: #69151D; }

 span { border-color: rgb(105,21,29); }

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